home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / rexx / 669 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1011 b 

  1. Path: gaia.ns.utk.edu!usenet
  2. From: DBA1.CAS.UTK.EDU@   (Mychal Boyd Manie)
  3. Newsgroups: comp.lang.rexx
  4. Subject: Re: VX-REXX... Display Output
  5. Date: 3 Feb 1996 05:51:57 GMT
  6. Organization: UT Knoxville
  7. Distribution: WORLD
  8. Message-ID: <4eut5t$2ap@gaia.ns.utk.edu>
  9. References: <4eogkv$b9@newsbf02.news.aol.com> <4eupvs$21q@gaia.ns.utk.edu>
  10. Reply-To: manie@utk.edu
  11. NNTP-Posting-Host: dba1.cas.utk.edu
  12. X-Newsreader: IBM NewsReader/2 v1.9d - NLS
  13.  
  14. >ok = VRMethod( "sys_log_queue", "AddString", prt_string)
  15.  
  16. Forgot to add this little tidbit.  While the above statement will sent 
  17. the contents of prt_string to the list box (addstring) is the OOP call
  18. to the object (ie, perform this function), the default for a list box 
  19. is sorted in ASCENDING order.  This will look confusing.  Just go into the
  20. properties of the listbox (LIST tab) and change SORT parameter
  21. to NONE.
  22.  
  23. ----------------------- manie@utk.edu
  24. Mychal Boyd Manie (DBA) UT Knoxville (423)974-2398
  25. WARPed... Why?  Because I have work to do (I hate rebooting).
  26.  
  27.